onpropertychanged Event (Propertysheet) |
This event is fired when the properties for any of the items displayed in the property sheet is changed.
Syntax
Inline HTML |
<div cordysType = "wcp.library.util.PropertySheetLibrary" id=propertysheetID onpropertychange="handler()"...> ... </div> |
Event property |
propertysheetID.onpropertychange = handler |
Event Information
To invoke |
Change any data displayed in the property sheet. |
Default Action |
Updates the content for the property that is changed, and initiates any action associated with this event. |
Event Object Properties
Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.
Property |
Description |
---|---|
propertyName |
Read-only. String that denotes the name of the property changed. |
oldValue |
Read-only. Pointer to an XML Object that contains the old value of the property that is changed. |
newValue |
Read-only. Pointer to an XML Object that contains the new value that is changed for a property. |